home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / egablank.zip / EGABLANK.DOC < prev    next >
Text File  |  1986-09-10  |  567b  |  17 lines

  1.       EGABLANK.DOC
  2.  
  3. This is the screen blanker for the EGA described in PC Magazine, Sept 30, 1986,
  4. page 302 & 303 in Charles Petzold's column PC Tutor.  It blanks the EGA with
  5. either a monochrome or a color monitor for about 7-1/2 minutes.  The time to
  6. blank is set in the line reading:
  7.  
  8.    MOV WO [010A],2000
  9.  
  10. Change the 2000 (in hex) to obtain other time delays.  A value of 1 will blank
  11. in 55 milliseconds -- a value of 0400 will take about 1 minute, and a value of
  12. FFFF will take about an hour.
  13.  
  14. Create the .COM file with:
  15.  
  16.   DEBUG <EGABLANK.SCR
  17.